home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Georgia Wildfire Prevention
/
Georgia Wildfire Prevention.iso
/
pc
/
media
/
dirs
/
BackUp
/
PrescribedBurn.dir
/
00007_Script_Loop
< prev
next >
Wrap
Text File
|
2002-10-15
|
205b
|
16 lines
property guard
on new me
guard = 0
end
on exitframe me
if guard = 0 then
sound(1).stop()
sound(2).stop()
guard = 1
end if
sendallsprites(#ending)
go to the frame
end